home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / menus / mrmenu.zip / MRMENU.DOC < prev    next >
Text File  |  1990-02-24  |  6KB  |  143 lines

  1.                               MR. MENU
  2.  
  3.  
  4.  
  5. Ok so I didn't use alot of time thinking up the name MR. MENU, but this is 
  6. a fast, easy way to create a menu that will do anything you can do from DOS.
  7.  
  8.                   FEATURES
  9.  
  10. MR MENU will generate the majority of your batch for you, only leaving the
  11. actual commands to be inserted. You should be able to create a total full 
  12. featured menu in about an hour. After doing the first one you should be able 
  13. to cut that in half.
  14.  
  15.                 SYSTEM REQUIREMENTS
  16.  
  17. To gain the best use of this program please install ANSI.SYS in your 
  18. CONFIG.SYS file. This will allow you to access the fantastic abilitys of a 
  19. program called THEDRAW to create your menu screens. As far as memory and 
  20. go, if your computer is an IBM compatible and will boot up it should run 
  21. this program. The code generator is not memory resident nor are the utilities
  22. included.
  23.  
  24.             SOFTWARE REQUIREMENTS
  25.  
  26. Included in this package are the following files. 
  27.  
  28. MASTER.EXE       The code generator
  29. SAMPLE.COM       A sample menu screen
  30. SAMPLE1.COM      Another sample menu screen
  31. MRMENU.DOC       This file
  32. ANSWER.COM       Creates errorlevel codes for your batch files
  33. MRMENU.BAT       The sample batch file
  34. MRMENU2.BAT      The other sample batch file
  35. JOT.EXE          A public domain text editor 
  36.  
  37. In addition you will need a program called THEDRAW, it is avalible on almost
  38. every bulletin board in the country. Other wise you'll have to recode one 
  39. line of your batch file but that will be no big deal. However you don't get
  40. the great colors and animation of THEDRAW that way. In any event it is
  41. possible to use a text editor and create good menus but to create GREAT ones 
  42. use THEDRAW.
  43.  
  44. An Ascii text editor will also be needed but I think everyone with a computer 
  45. has one. I included a public domaian program call JOT. I did not write it nor
  46. do I take any credit for it. However it's pretty good. 
  47.  
  48. Again install ANSI.SYS in your CONFIG.SYS file. The format for doing so is
  49. device=ansi.sys
  50. That's all there is to it, if you're not sure about the CONFIG.SYS file
  51. check your DOS manual!
  52.  
  53.                      LEGAL JUNK
  54.  
  55.  
  56. THIS IS A SHAREWARE PROGRAM YOU MAY TRY IT, HOWEVER IF YOU CONTINUE TO USE
  57. IT YOU MUST REGISTER MR MENU. 
  58.  
  59. BECAUSE OF THE VAST NUMBER OF CONFIGURATIONS IN HARDWARE OUT THERE TODAY I
  60. MAKE NO WARRANTY AS TO FITNESS OF THIS PROGRAM FOR ANY PURPOSE. THE USER 
  61. ASSUMES ALL RESPONSIBILITY IN DETERMINING WHAT PROGRAMS ARE FIT TO USE ON HIS 
  62. OR HER INDIVIDUAL MACHINE. I WILL ASSUME NO LIABILITY FOR ANY DAMAGES 
  63. RESULTING FROM THE USE OF THIS PROGRAM. I DO HOWEVER GUARANTEE YOUR 
  64. SATISFATION, IF YOU REGISTER MR. MENU, IN THE UNLIKELY EVENT YOU ARE UNHAPPY
  65. WITH YOUR PURCHASE YOU MAY RETURN IT FOR A PROMPT FULL REFUND! A REFUND WILL 
  66. BE CONSIDERED THE FULL EXTENT OF MY LIABILIY IN ALL CASES!
  67.  
  68.                    MAKING A MENU
  69.  
  70.  
  71. To create a menu you need to first decide what you would like it to do. Get
  72. out a piece of paper and write down what you would like to automate on your
  73. computer. Put your list in the order you want to have listed on the actual
  74. menu, assigning letters to each item startin with A.
  75.  
  76. After you have done that fire up your copy (register it) of THEDRAW and 
  77. draw your menu screen. I'm sure you can come up with a nice screen just be
  78. sure to list each item with their corresponding letter. 
  79.  
  80. EXAMPLE
  81.  
  82.                   A. LOTUS 123
  83.           B. THEDRAW
  84.           C. WORD PERFECT
  85.                   ESC TO QUIT
  86.  
  87. As soon as you have it finished save using the cOm funtion in THEDRAW.
  88. This will create an executable file. To check if you did it right type in 
  89. the name of the file you just created. If the file name was MENU.COM you 
  90. would type
  91. MENU
  92. at the dos prompt and your screen should come up immediately on the screen.
  93.  
  94. At this point you are ready to create your menu. This will be a batch file 
  95. and it will be generated by the program MASTER.EXE. Start the program by 
  96. typing.
  97. MASTER 
  98. you will be taken through a series of questions just answer them according 
  99. to the needs of your menu. For the above menu example you would answer 
  100. 3 when asked how many choices you wished on your menu and you would answer
  101. MENU when asked for the name of your .com file. In the event you are not 
  102. to use THEDRAW to create your menu screen you would type in any thing that
  103. was easily remembered like your name.
  104.  
  105. After you answer all the questions the program will write most of your batch
  106. file for you! You then can test it by typing the name you gave your batch file
  107. EXAMPLE
  108. MYMENU
  109.  
  110. All that remains to be done now is to type in the dos commands you wish to 
  111. do. A hint : the end of a line equals pressing the return key. For example:
  112. To do the menu above you would load your batch file into your favorite editor
  113. and do the following.
  114. ON THE LINE UNDER :CHOICEA you would type the following if Lotus was in a 
  115. directory call c:\lotus
  116. cd\lotus
  117. 123
  118.  
  119. you could then erase the PAUSE statement and that entry would be done.
  120.  
  121. If you want to nest menus you may easily do that by adding the menu name on
  122. your first menu. To get to that menu you need add the line COMMAND/C MENUNAME
  123. with MENUNAME being the name of your second menu. This will take you right to 
  124. the second menu.
  125.  
  126. Take a few minutes and look at the included sample menus.
  127.  
  128.                 REGISTRATION
  129.  
  130. You may register this program by sending $5.00 to 
  131.  
  132.                 RIVERSOFT
  133.                 509 VINE
  134.                 LEAVENWORTH, KS. 66048
  135.  
  136. THANKS,
  137.  
  138. Bob Fairburn
  139.  
  140.  
  141.  
  142.  
  143.